home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FM Towns: Free Software Collection 11
/
FM Towns Free Software Collection 11.iso
/
t_os
/
tool
/
artemis1
/
src
/
sub2.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-09-07
|
320 b
|
15 lines
/*
sub2.h
*/
int ctox(char c);
void putmsg_width(int x, int y, int width, char *msg, int col);
void dispAttentionMsg(char *msg);
int check_yes_no(char *msg);
void ms_get(MSDAT *ms);
int set_intfunc(void (*func)(), int timer);
int clr_intfunc();
void int_init();
void int_end();
char *moscsr_timer();